notebook: Fix a misplaced tab label
authorMatthias Clasen <mclasen@redhat.com>
Mon, 15 Feb 2016 15:38:13 +0000 (10:38 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Mon, 15 Feb 2016 15:38:13 +0000 (10:38 -0500)
commitcb43af090b175a7afef20d3511d12594120cef34
tree82d47c06102627bbd0ffd1fc9652dfa015e4796b
parent1d65e8b601afbdb5b6ce4586dbe5ceba6453a350
notebook: Fix a misplaced tab label

Sometimes default tab labels ("Page <n>") get created on-demand,
and in that case, we were forgetting to put them below the tab
node in the CSS node tree. The visible result of this is that the
heuristics for when to give notebooks background in Adwaita fail
in some cases. So, make sure to always place the label below the
tab node.
gtk/gtknotebook.c